home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / amiga / bmake15.lzh / WISHLIST < prev   
Text File  |  1991-10-30  |  750b  |  23 lines

  1. WISHLIST
  2.  
  3. Here are some features which I would like to implement in the future.
  4.  
  5. -    member() and nmember() conditions
  6. -    $(macro:from=to)
  7. -    replace the macro and rule Lists with binary trees for faster searches
  8. -    :: rules to supply alternate rules for targets
  9. -    + command prefix to force the execution of lines
  10. -    force the execution of lines containing $(MAKE) or ${MAKE}
  11. -    the $^ automatic variable
  12. -    .IGNORE .PRECIOUS .SILENT
  13. -    static pattern rules
  14. -    the ability to apply rules to the contents of archives
  15.     and link libraries
  16. -    vpath and VPATH search paths for dependencies
  17.  
  18. -    -W command line argument to run Make with a ``what if'' scenario
  19. -    parallel remote execution of compiles
  20.  
  21. -    the ability to pass variables between nested executions of Make
  22.  
  23.